(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <intuition/screens.h>
#include <proto/intuition.h>
struct Screen * OpenScreen()
SYNOPSIS
struct NewScreen * newScreen
LOCATION
In IntuitionBase at offset 33
FUNCTION
INPUTS
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
02.04.1997 digulla
Use InitRastPort() to create RastPort
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Use the new functions to create and free the RastPort
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
21.09.1996 digulla
Fill private fields
21.09.1996 digulla
Open and close screens